home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / superview-lib_dev / example_tools / simpleop / smakefile < prev   
Makefile  |  1995-03-09  |  358b  |  16 lines

  1. SimpleOP : SimpleOP.o SimpleOP_Subs.o AsmSupport.o
  2.  
  3.                SLINK LIB:c.o,SimpleOP.o,SimpleOP_Subs.o,AsmSupport.o TO SimpleOP LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.  
  5. SimpleOP.o : SimpleOP.c
  6.  
  7.                SC SimpleOP.c
  8.  
  9. SimpleOP_Subs.o : SimpleOP_Subs.c
  10.  
  11.                SC SimpleOP_Subs.c
  12.  
  13. AsmSupport.o : AsmSupport.a
  14.  
  15.                Asm AsmSupport.a
  16.